home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / WANG14I.INC < prev    next >
Text File  |  1994-03-28  |  692b  |  35 lines

  1. ; Wang 14/14i Data Fax Modem
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       ATE1L2V1&C1&D2S0=0S7=90
  9. ;       AT&W
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 19200 baud
  12.  
  13. Baud          19200
  14. Parity        N
  15. WordLen       8
  16. StopBits      1
  17.  
  18. XonXoff       BOTH
  19. CtsRts        BOTH
  20. MatchBaud     FALSE
  21.  
  22. ModemInitStrg ATZ^M
  23. ModemDialStrg ATDT
  24. ModemDialSufx ^M
  25. ModemHangStrg ;
  26. DTRHangup     TRUE
  27.  
  28. Connect       CONNECT,19200
  29.  
  30. NoConnect     NO_DIALTONE
  31. NoConnect     NO_CARRIER
  32. NoConnect     BUSY
  33. NoConnect     VOICE
  34.  
  35.